home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / imb9108.zip / PROGRAM1.BAS < prev    next >
BASIC Source File  |  1991-06-19  |  190b  |  12 lines

  1. DEFINT A-Z
  2. '$INCLUDE: 'LIBRARY1.BI'
  3.  
  4.   CLS
  5.  
  6.   PRINT "Test printing on line 1"
  7.   PosPrint 10, 10, "Test printing with the PosPrint routine"
  8.   PRINT "Test printing on line 2"
  9.  
  10. END
  11.  
  12.